home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #3
/
Amiga Plus CD - 2002 - No. 03.iso
/
AmiSoft
/
Biz
/
Patch
/
Nc21.lha
/
2.1
/
CManager
/
Rexx
/
SendMD.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-09-25
|
282b
|
25 lines
/*
*
* $VER: SendMD.rexx 1.0 (12.8.98)
*
*/
Options Results
Parse Arg '"'email'" "'microdotPath'"'
IF ~SHOW(P,'MD.1') THEN DO
Address Command 'Run <NIL: >NIL:' microdotPath
Address Command 'SYS:RexxC/WaitForPort' MD.1
END
Address MD.1
'NEWMSGWINDOW'
Exit 0